@charset "UTF-8";

/*******/

html,
body {
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 20px;
}

@media screen and (max-width: 1660px) and (min-width: 1250px) {
    html {
        font-size: 19px;
    }
}

@media screen and (max-width: 1249.98px) and (min-width: 1200px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
    html {
        font-size: 60px;
    }
}

@media screen and (max-width: 450px) {
    html {
        font-size: 13.3333333vw;
    }
}

body {
    width: 100%;
    font-size: 1em;
    line-height: 1;
    background: #fff;
    color: #333;
    font-family: "微软雅黑", "Microsoft YaHei";
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    font-weight: 400;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background: rgba(34, 37, 56, 0.5);
}

@media screen and (max-width: 991.98px) {
    body {
        font-size: 0.3rem;
        font-family: "华文细黑", "STHeiti Light [STXihei]";
    }
}

div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: inherit;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 1em;
    line-height: inherit;
    resize: none;
}

div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
    outline: none;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active {
    box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
}

input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}

button:focus {
    outline: none;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

@media screen and (min-width: 992px) {}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

table {
    border: solid 1px #e5e5e5;
    border-collapse: collapse;
}

th,
td {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #e5e5e5;
    word-break: break-all;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.row {
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    position: relative;
}

.row:before,
.row:after {
    display: none;
}

.xl-inner:before,
.xl-inner:after {
    content: '';
    display: table;
    clear: both;
}

.global-inner {
    width: 87vw;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-inner {
    width: 80vw;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-inner2 {
    width: 82vw;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 991.98px) {
    .global-inner,
    .xl-inner,
    .xxl-inner,
    .xll-inner,
    .big-inner,
    .sm-inner2 {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.5rem !important;
        margin: 0 auto;
    }
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.en {
    font-family: "Arial";
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.right_nav .title {
    font-weight: bold;
    position: relative;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.fa {
    display: inline-block;
    line-height: inherit;
    font-size: 1em;
    vertical-align: middle;
    font-style: normal;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bot-0 {
    padding-bottom: 0 !important;
}

.t-center {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-cell {
    width: 100%;
    max-width: 100%;
    flex: 1;
    -webkit-flex: 1;
}

.right_fiexd {
    position: fixed;
    right: 0;
    bottom: 3.5em;
    z-index: 99;
    height: 203px;
}

.right_fiexd .item svg,
.right_fiexd .item img {
    width: 1em;
    height: 1em;
    color: #fff;
    margin: .8em;
}

.right_fiexd .item {
    margin-bottom: 1px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 2.5em;
    height: 2.5em;
    background-color: #3fae2a;
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: 0;
}

.right_fiexd .item+.item {
    top: 51px;
}

.right_fiexd .item+.item+.item {
    top: 102px;
}

.right_fiexd .item+.item+.item+.item {
    top: 153px;
}

.right_fiexd .item:nth-child(3) .itembox {
    width: auto;
    height: auto;
    left: -8em;
    top: -2em;
}

.right_fiexd .itembox img {
    width: 5em;
    height: 5em;
}

.right_fiexd .itembox {
    position: absolute;
    left: -210px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    top: 0;
    width: 195px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: none;
}

.right_fiexd .itembox::after {
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: -7px;
    background-color: #fff;
    position: absolute;
    top: 44%;
}

.right_fiexd .itembox p {
    line-height: 2.77em;
    text-align: center;
    font-size: .9em;
}

.right_fiexd .item svg:hover .itembox {
    opacity: 1;
}

.right_fiexd .item:hover {
    width: 3em;
}

.head2 .right_nav .search_ic {
    cursor: pointer;
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
    .block-lg-down {
        display: block !important;
        opacity: 1 !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}


/*** 无内容提示 ***/

.gnull-tips {
    width: 100%;
    font-size: 16px;
    line-height: 100px;
    color: #999;
    text-align: center;
    min-height: 300px;
}

@media screen and (max-width: 767.98px) {
    .gnull-tips {
        font-size: 0.28rem;
        line-height: 1rem;
        min-height: 3rem;
    }
}


/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 5px;
    opacity: 0;
}

.mCSB_outside+.mCSB_scrollTools {
    right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    border-radius: 0;
    background: transparent;
    transition: all 1.5s easeInOut;
    -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    border-radius: 4px;
    background: #424c5f;
}

.scrollbox,
.scrollbox2 {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
    .scrollbox {
        overflow-y: auto !important;
    }
    .scrollbox2 {
        overflow-x: auto !important;
    }
}


/**** modal ***/

.modal-backdrop {
    display: none !important;
}

#modalDiv {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    z-index: -1;
}

.modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: auto;
}

.modal-content {
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
    border: none;
    padding: 0;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.modal-header,
.modal-footer {
    position: relative;
    z-index: 1060;
}


/**** animate ***/

.animated {
    animation-delay: .1s;
}

.is-antd {
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-antd.is-active {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
        -webkit-transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(20px, 0px, 0);
        -webkit-transform: translate3d(20px, 0px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

@keyframes fadeInleft2 {
    0% {
        opacity: 0;
        transform: translate3d(0px, 0px, 20px);
        -webkit-transform: translate3d(0, 0px, 20px);
    }
    100% {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInleft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0px, 20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInUp2 {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    animation-name: fadeInUp2;
    -webkit-animation-name: fadeInUp2;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInUp3 {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    animation-name: fadeInUp3;
    -webkit-animation-name: fadeInUp3;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInRight2 {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    -webkit-transform: translate3d(20px, 0, 0);
    animation-name: fadeInRight2;
    -webkit-animation-name: fadeInRight2;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInLeft2 {
    opacity: 0;
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0px, 0, 20px);
    animation-name: fadeInleft2;
    -webkit-animation-name: fadeInleft2;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/**** video ***/

.video-box {
    position: relative;
}

.video-box .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 0;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    display: block;
    overflow: hidden;
    background-color: #000;
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 20;
}

.video-js:hover .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.video-js .vjs-big-play-button {
    width: 4.2rem;
    height: 4.2rem;
    border: solid 1px #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0, 0, 22, 0.3);
    border-radius: 100%;
    z-index: 50;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    z-index: 50;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}

.video-js .vjs-poster {
    background-size: cover;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.video-js .vjs-subs-caps-button {
    display: none !important;
}

.video-js .vjs-button>.vjs-icon-placeholder:before {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.video-js.vjs-paused .vjs-big-play-button {
    display: block;
}

.video-js.vjs-has-started .vjs-control-bar {
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .video-js .vjs-big-play-button {
        width: 0.8rem;
        height: 0.8rem;
    }
    .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 0.24rem;
        height: 0.24rem;
    }
}


/*** modal-video ***/

.modal-video {
    background: #000016;
    z-index: 5000;
}

.modal-video .modal-close {
    width: 3em;
    height: 3em;
    position: absolute;
    right: 2.5em;
    top: 1.6em;
    margin: 0;
    border: none;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.modal-video .modal-close .bi {
    width: 1em;
    height: 1em;
    display: block;
    color: #b8bfcc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.modal-video .modal-dialog {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1060;
}

.modal-video .modal-content {
    width: 960px;
    max-width: 86vw;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

.modal-video .video-box {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767.98px) {
    .modal-video .modal-dialog {
        padding: 0 0.3rem;
    }
    .modal-video .modal-content {
        width: 100%;
        max-width: 100%;
    }
    .modal-video .modal-close {
        width: .8rem;
        height: .8rem;
        top: .3rem;
        right: .3rem;
        z-index: 1100;
    }
}


/* 表单 */

.form-group {
    width: 100%;
    position: relative;
    z-index: 5;
}

.form-group.has-error .help-block {
    color: #e00909;
}

.form-group.has-error .form-control {
    border-color: #e09090;
}

.form-group.has-success .form-control {
    border-color: #1e7fea;
}

.help-block {
    font-size: 12px;
    font-size: .6rem;
    line-height: 1.5em;
    margin-top: .5em;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.checkbox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    display: block;
    border: solid 1px #424c5f;
    border-radius: 4px;
}

.checkbox input[type="checkbox"]:checked {
    background: url("/content/img/images/check-lg.svg") no-repeat center center #5acda6;
    background-size: 0.75em;
    border-color: #5acda6;
}

@media screen and (max-width: 991.98px) {
    .help-block {
        font-size: .24rem;
        line-height: 4rem;
        margin: 0;
    }
}


/*** 表单提示弹窗 ***/

.modal-tips .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
}

.modal-tips .modal-content {
    width: 22.5em;
    max-width: 100%;
    background: #fff;
    border-radius: 0.4em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    padding: 2.5em 2em 1.7em;
}

.modal-tips .modal-close {
    width: 2.5em;
    height: 2.3em;
    display: block;
    background: url("/content/img/images/x-white.svg") no-repeat center center;
    background-size: 0.9em;
    margin: 0 auto 1em;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.modal-tips .icon {
    width: 3.2em;
    margin: 0 auto 1em;
}

.modal-tips .icon img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.modal-tips .tit {
    font-size: 28px;
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 3px;
}

.modal-tips .word {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
}

.modal-tips .tool {
    margin-top: 1.4em;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.modal-tips .btn-sure {
    width: 8.6em;
    height: 2.57em;
    font-size: 14px;
    font-size: 0.7em;
    line-height: 2.42em;
    display: block;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 767.98px) {
    .modal-tips .modal-dialog {
        padding: 0 0.3rem;
    }
    .modal-tips .word {
        font-size: 1em;
    }
    .modal-tips .btn-sure {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.58rem;
        font-size: 0.24rem;
    }
}


/*** 鼠标经过 ****/

.btn-h {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-width: 1px;
    border-style: solid;
}

.btn-h a,
.btn-h span {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 5;
}

.btn-h .bi {
    display: block;
    position: relative;
    z-index: 5;
}

.btn-h.btn-bwhite {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-h.btn-bblack {
    background-color: transparent;
    border-color: #333;
    color: #333;
}

@media screen and (min-width: 1000px) {
    .btn-h.btn-bwhite:hover {
        background-color: #fff;
        color: #333;
    }
    .btn-h.btn-bblack:hover {
        background-color: #5acda6;
        border-color: #5acda6;
        color: #fff;
    }
}


/* 主体区域 */

.main-box {
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 10;
}

.btn-gotop {
    width: .8rem;
    height: .8rem;
    display: none;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    position: fixed;
    right: .4rem;
    bottom: .4rem;
    z-index: 200;
}

.btn-gotop .bi {
    width: .3rem;
    height: .3rem;
    display: block;
    color: #5acda6;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.foot-jszc_swip{
    height: 30px;
    overflow: hidden;
    display: inline-block;
   vertical-align: -1.25em;
}
@media screen and (max-width: 991.98px) {
    .foot-botbox {
        padding: 0.6rem 0;
        display: block;
        font-size: .26rem;
        line-height: .48rem;
        text-align: center;
    }
    .foot-blink {
        justify-content: center;
        -webkit-justify-content: center;
        font-size: .28rem;
        margin-bottom: .45rem;
    }
    .foot-blink li {
        padding: 0 0.3rem;
        margin: 0;
    }
    .foot-bmid {
        display: block;
    }
    .foot-copy {
        margin: 0;
    }
    .foot-support {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .foot-jszc_swip {
        height: .48rem;
        text-align: center;
    }
     .foot-jszc_swip .swiper-slide{
       display: flex;
     }
      .foot-jszc_swip .swiper-slide a{
        margin: 0;
      }
}


/* 公共翻页 */

.global-paging {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 3rem;
    font-size: .7rem;
    line-height: 2.4rem;
}

.global-paging a {
    display: block;
    border: solid 1px #ebebeb;
    border-right: none;
    min-width: 2.5rem;
    text-align: center;
    padding: 0 0.5rem;
    height: calc(2.4rem + 2px);
    position: relative;
    cursor: pointer;
}

.global-paging a:last-child {
    border-right: solid 1px #ebebeb;
}

.global-paging a .bi {
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.global-paging a.active {
    color: #fff;
    background-color: #5acda6;
    border-color: #5acda6;
}

.global-paging .num {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.global-paging .num.app {
    margin: 0 0.4rem;
}

.global-paging .mid {
    margin: 0 0.1rem;
}

.global-paging .ctrl {
    color: #999;
}

.global-paging .ctrl.disabled {
    opacity: 0;
    cursor: default;
}

@media screen and (min-width: 992px) {
    .global-paging .ctrl.next {
        border-left: none;
    }
    .global-paging .ctrl:hover {
        color: #fff;
        background-color: #5acda6;
        border-color: #5acda6;
    }
}

@media screen and (max-width: 991.98px) {
    .global-paging {
        margin-top: 1rem;
        line-height: .78rem;
        font-size: .26rem;
    }
    .global-paging a {
        min-width: .8rem;
        height: calc(0.78rem + 2px);
        padding: 0 0.1rem;
    }
}


/* 头部 */

.header {
    padding: 0 1.6em 0 2.5em;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 5.75em;
    align-items: center;
    align-content: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
}

.header .right_nav li {
    font-size: .9em;
    float: left;
    padding: 0 1.5em;
    line-height: 5.75em;
}

.header .right_nav li.active .title>a {
    border-bottom: 3px solid #298218;
    padding-bottom: 2.4em;
}

.search_ic svg {
    width: 17px;
    height: 17px;
    color: #298218;
}

.right_nav ul {
    float: left;
    transition: all .3s;
}

.isSearch .right_nav ul {
    transform: scale(0);
    transform-origin: left;
}

.right_nav .search_ic {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #a4a4a4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    margin-left: 1em;
    position: relative;
}

.lau svg {
    width: 5px;
    height: 9px;
    color: #9a9a9a;
}

.lau {
    float: right;
    margin-left: 2.22em;
}

.right_nav {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.right_nav .bottom {
    position: fixed;
    top: 6.35em;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #fff;
    left: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.right_nav .bottom .item {
    font-size: .94em;
    line-height: 2.22em;
}

.search_box {
    width: 540px;
    height: 55px;
    background-color: #e6e6e6;
    position: absolute;
    left: -550px;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.isSearch .search_box {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.search_box input {
    background-color: transparent;
    margin: 14px 25px;
    font-size: .9em;
}

.close2 {
    display: none;
}

.isSearch .bi1 {
    display: none;
}

.logo img {
    width: 225px;
    height: 71px;
}

.isSearch .close2 {
    display: block;
    color: #666;
}

.isSearch .search_ic {
    border: 1px solid transparent;
}
.search_ic2{
    display: none;
}
.isSearch img{
    display: none;
}
.hoverhead .search_ic2{
    display: block;
}
.hoverhead .search_ic1{
    display: none;
}
/* .right_nav ul li:nth-child(4) .bottom{
	display: block;
} */


/* 底部 */

.search_box a {
    margin: 15px 24px;
}

.footer {
    background-color: #0d426a;
    padding: 2.5em 0;
}

.foot_top .item {
    color: #fff;
    font-size: .75em;
    float: left;
    margin-top: 1.5em;
    opacity: .7;
}

.foot_top {
    justify-content: space-between;
    border-bottom: 1px solid #456e8c;
    padding-bottom: 25px;
}

.foot_top .item+.item {
    margin-left: 5.3em;
}

.foot-cen {
    color: #fff;
}

.foot-cen h6 {
    font-size: .8em;
}

.foot-cen .tit {
    font-size: .8em;
    color: #ccc;
    opacity: .75;
    margin-top: 20px;
}

.foot-cen .text {
    font-size: .8em;
    color: #d5dae0;
    font-weight: bold;
    margin-top: 10px;
}

.foot-cen {
    padding-top: 2.5em;
}

.foot-cen .item {
    float: left;
}

.foot-cen .item+.item {
    margin-left: 1.5em;
}

.overflow {
    overflow: hidden;
}

.beian {
    color: #fff;
    font-size: .7em;
    padding-top: 1.87em;
    border-top: 1px solid #456e8c;
    margin-top: 3.12em;
}

.beian span {
    font-family: arial;
}

.beian a {
    margin: 0 10px;
}

.usBox svg {
    width: 20px;
    height: 18px;
    color: rgb(11, 66, 107);
}

.opa {
    opacity: .7;
    display: inline-block;
}

.usBox {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #9eb3c3;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    float: right;
    margin-left: 10px;
    margin-top: -5px;
    position: relative;
    cursor: pointer;
    margin-top: -8px;
    background-color: rgb(158, 179, 195);
}

.code_box {
    position: absolute;
    width: 110px;
    height: 110px;
    background-color: #fff;
    border-radius: 5px;
    top: -130px;
    left: -40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: none;
    cursor: pointer;
}

.code_box:after {
    width: 13px;
    height: 13px;
    position: absolute;
    display: block;
    content: '';
    transform: rotate(45deg);
    bottom: -7px;
    left: 45%;
    background-color: #fff;
}


/* 手机头底部 */

@media(max-width:991.98px) {
    .guanggao {
        top: 1.1rem;
        background-attachment: initial;
        background-position: center;
    }
    .openbox {
        width: 83%;
    }
    .open .header {
        background-color: #fff!important;
    }
    .open .wap-search svg {
        color: #298218!important;
    }
    .open .wap-search {
        border: 1px solid #bfbfbf!important;
    }
    .modal-close {
        width: .5rem;
    }
    .openbox input {
        width: 80%;
    }
    .head-place {
        height: 1.1rem;
    }
    .header {
        padding: 0;
        line-height: 1;
    }
    .clear-btn {
        display: none;
        position: absolute !important;
        top: 0;
        right: .3rem;
        z-index: 99;
        font-size: .28rem !important;
    }
    .gotop {
        right: .5rem;
    }
    .gfilt-lbox {
        float: none !important;
        width: 100% !important
    }
    .main-box {
        padding-bottom: 1.2rem;
    }
    .footlogo img {
        margin: .96rem auto 0;
        display: block;
    }
    /* 头部搜索 */
    .head-sch {
        width: .6rem;
        background: transparent;
        left: 1.22rem;
    }
    .modal-schbox {
        height: 1.24rem;
        border-bottom: none;
        background: #00468e;
        z-index: 3000;
    }
    .modal-schbox .modal-close {
        display: none;
    }
    .modal-schbox .modal-content {
        padding: 0;
    }
    .modal-schbox .schbox {
        padding: .3rem 0;
    }
    .modal-schbox .inpt {
        width: 100%;
        height: 1.8em;
        display: block;
        position: relative;
        font-size: 1em;
        line-height: 1.8em;
        color: inherit;
        padding: 0 3.25em 0 0;
    }
    .modal-schbox .btn-sch {
        width: 3.25em;
        height: 100%;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 20;
        background: url("/content/img/images/search-red.svg") no-repeat center center;
        background-size: 1.25em auto;
        margin-right: .3rem;
    }
    .modal-schbox .btn-sch {
        width: 3.25em;
        height: 100%;
        display: block;
        cursor: pointer;
        position: absolute;
        right: 8px;
        top: 0;
        z-index: 20;
        background: url("/content/img/images/search-red.svg") no-repeat center center;
        background-size: 1.25em auto;
    }
    .modal-schbox .inpt {
        height: .8rem;
        line-height: .8rem;
        font-size: .3rem;
        color: #333;
        padding: 0 0.64rem 0 0.12rem;
        background-color: #fff;
    }
    .inptbox svg {
        width: .4rem;
        height: .4rem;
        color: #333;
        margin-top: .18rem;
    }
    .modal-schbox .inpt::-webkit-input-placeholder {
        color: #333;
    }
    .modal-schbox .btn-sch {
        width: .64rem;
        background-image: url("/content/img/images/search-white.svg");
        background-size: .36rem auto;
    }
    .modal-schbox .dropbox {
        padding: .4rem .4rem .3rem;
    }
    .modal-schbox .dropbox .list {
        margin: 0 -0.1rem;
    }
    .modal-schbox .dropbox li {
        padding: 0 0.1rem;
        margin-bottom: .2rem;
    }
    .modal-schbox .dropbox a {
        padding: 0 0.48rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .28rem;
        border-radius: .35rem;
    }
    .backTop {
        display: none !important;
    }
    .footer {
        padding-top: .6rem;
    }
    .header {
        position: fixed;
        left: 50%;
        top: 0;
        display: block;
        width: 100%;
        height: 1.1rem;
        transform: translateX(-50%);
        overflow: hidden;
        background: #FFFFFF;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        z-index: 999;
    }
    .header .global-inner {
        display: table;
        padding-top: 0.22rem!important;
        overflow: hidden;
    }
    .header .logo {
        float: left;
    }
    .header .logo a {
        display: block;
        height: 0.66rem;
    }
    .header .logo img {
        display: block;
        height: 0.5rem;
        margin-top: .1rem;
        width: auto;
    }
    .hd-sch {
        float: right;
        width: 0.39rem;
        padding-top: 0.12rem;
    }
    .hd-sch a {
        display: block;
    }
    .hd-sch img {
        width: 100%;
        display: block;
    }
    .ph-nav-btn {
        float: right;
        margin-left: 0.48rem;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin-top: 0.15rem;
    }
    .ph-nav-pop svg {
        width: .25rem;
        height: .14rem;
        margin-top: .55rem;
        float: right;
        color: #000;
        transition: all .5s;
    }
    .header .nav_btn {
        cursor: pointer;
        height: 0.32rem;
        width: 0.51rem;
        position: relative;
        z-index: 2;
    }
    .header .nav_btn span {
        display: inline-block;
        width: 0.51rem;
        height: 0.04rem;
        background-color: #00468e;
        position: absolute;
        top: 0.14rem;
        left: 0px;
        -webkit-transition: background-color 0.1s ease-out 0s;
        -moz-transition: background-color 0.1s ease-out 0s;
        -o-transition: background-color 0.1s ease-out 0s;
        -ms-transition: background-color 0.1s ease-out 0s;
        transition: background-color 0.1s ease-out 0s;
    }
    .waplau {
        color: #fff;
        text-align: center;
        font-size: .32rem;
        margin-top: 1rem;
    }
    .daili-wap {
        width: 100%;
        line-height: .95rem;
        color: #ffffff;
        text-align: center;
        background-color: #fe2c55;
        border-radius: 35px;
        font-size: .32rem;
    }
    .header .nav_btn.open span {
        background-color: transparent;
        z-index: 9;
    }
    .paddingwap {
        padding: 0 .36rem;
        margin-top: .6rem;
    }
    .open .header .nav_btn span:before {
        background-color: #00468e!important;
    }
    .open .header .nav_btn span:after {
        background-color: #00468e!important;
    }
    .open .logo1 {
        display: block!important;
    }
    body.open .logo .logo2 {
        display: none!important;
    }
    .open .header .nav_btn span:before {
        background-color: #00468e!important;
    }
    .header .nav_btn span:before {
        content: '';
        display: inline-block;
        width: 0.51rem;
        height: 0.04rem;
        background-color: #00468e;
        position: absolute;
        top: -0.14rem;
        right: 0px;
        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.1s;
        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -ms-transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
        transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header .nav_btn.open span:before {
        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -webkit-transform: rotate(45deg);
        top: 0px;
        -moz-transform: rotate(45deg);
        top: 0px;
        -o-transform: rotate(45deg);
        top: 0px;
        -ms-transform: rotate(45deg);
        top: 0px;
        transform: rotate(45deg);
        top: 0px;
    }
    .header .nav_btn span:after {
        content: '';
        display: inline-block;
        width: 0.51rem;
        height: 0.04rem;
        background-color: #00468e;
        position: absolute;
        top: 0.14rem;
        right: 0px;
        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .header .nav_btn.open span:after {
        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
        -webkit-transform: rotate(-45deg);
        top: 0px;
        -moz-transform: rotate(-45deg);
        top: 0px;
        -o-transform: rotate(-45deg);
        top: 0px;
        -ms-transform: rotate(-45deg);
        top: 0px;
        transform: rotate(-45deg);
        top: 0px;
    }
    .ph-nav-box {
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 100%;
        left: 0;
        top: 1.1rem;
        /*background: rgba(0,0,0,.3);*/
        opacity: 0;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        transition: all 0.3s ease-in-out;
        z-index: 99999999;
    }
    .ph-nav-box.on {
        opacity: 1;
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
    }
    .ph-nav-box .ph-nav-pop {
        border-top: 1px solid rgba(255, 255, 255, .3);
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background: #fafafa;
        z-index: 10;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
        padding-bottom: 1.1rem;
    }
    .nav-main {
        height: 100%;
        overflow: hidden;
    }
    .nav-main ul {
        padding: 0rem 0.5rem 0;
    }
    .nav-main em {
        float: right;
        width: 30%;
        margin-top: 0.06rem;
        position: relative;
    }
    .nav-main em:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        width: 22px;
        height: 2px;
        background-color: #ccc;
        transition: all .3s;
        z-index: 10;
        display: none;
    }
    .bgCode {
        padding: .14rem;
        background-color: #fff;
        display: inline-block;
    }
    .wapfooter {
        background-color: #061630;
        color: #fff;
        padding: .8rem 0;
    }
    .waptab {
        flex-wrap: wrap;
        margin: 0 -.4rem;
        width: 100%;
    }
    .waptab .item {
        padding: 0 .4rem;
        border-right: 1px solid #fff;
        font-weight: bold;
        margin-bottom: .45rem;
    }
    .waptab .item:nth-child(2) {
        border-right: 0px solid #fff;
    }
    .waptab .item:last-child {
        border-right: 0px solid #fff;
    }
    .wapfooter .icbox {
        width: .7rem;
        height: .7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, .1);
        border-radius: 50%;
    }
    .wapfooter .icbox img {
        width: .24rem;
    }
    .wapfooter .icbox+.icbox {
        margin-left: .4rem;
    }
    .waoline {
        width: 100%;
        height: 1px;
        background-color: #384559;
        margin-top: .8rem;
    }
    .waptel .flex {
        justify-content: space-between;
        margin-top: .38rem;
    }
    .waptel .item+.item {
        margin-left: .4rem;
    }
    .waptel .item {
        width: 50%;
        background-color: #0057b8;
        line-height: .8rem;
        text-align: center;
        color: #fff;
        border-radius: 35px;
    }
    .waptel h1 {
        margin-top: .4rem;
    }
    .waptel {
        margin-top: .4rem;
    }
    .width100 {
        width: 100%!important;
    }
    .wapbeian {
        padding: .85rem .3rem 0;
        border-top: 1px solid #384559;
        margin-top: .8rem;
        font-size: .26rem;
        line-height: .36rem;
        opacity: .5;
    }
}

@media screen and (max-width: 450px) {
    .nav-main em:before {
        width: 14px;
    }
    .nav-main em:after {
        right: 6px;
        margin-top: -7px;
        height: 14px;
        display: none;
    }
}

.nav-main .on em:before {
    background-color: #014da1;
}

.nav-main .on em:after {
    display: none;
}

.nav-main .lv4pop .lv1 em,
.nav-main .lv4pop .lv2 em,
.nav-main .lv4pop .lv3 em,
.nav-main .lv3pop .lv1 em,
.nav-main .lv3pop .lv2 em,
.nav-main .lv2pop .lv1 em {
    display: block;
}

.nav-main .lv2box,
.nav-main .lv3box,
.nav-main .lv4box {
    display: none;
}

.nav-main .lv1,
.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.lv1.on svg {
    transform: rotate(180deg);
}

.nav-main .lv1 a {
    float: left;
    display: block;
    font-size: 0.32rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.45rem 0 0.45rem;
    transition: all .3s;
}

.lv2box {
    margin-left: .3rem;
}

.nav-main .lv2 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.35rem 0 0.35rem 0;
    transition: all .3s;
}

.lv2.on svg {
    transform: rotate(180deg);
}

.nav-main .lv3 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #000000;
    min-width: 50%;
    padding: 0.15rem 0 0.15rem 0rem;
    transition: all .3s;
}

.lv3box {
    margin-left: .3rem;
}

.nav-main .lv4 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666;
    min-width: 50%;
    padding: 0.22rem 0 0.22rem 0rem;
}

.wap-language {
    margin-top: .2rem;
}

.wap-language svg {
    width: .22rem;
    height: .12rem;
    color: #00468e;
}

.wap-search svg {
    width: .28rem;
    height: .28rem;
    color: #298218;
}

.wap-search {
    margin-left: .25rem;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    margin-top: .07rem;
}

.beian i {
    font-style: normal;
}

@media(max-width:1290px) {
    .foot-cen .list {
        width: 50%;
    }
    .foot-cen .list:nth-child(1) .item {
        width: 29%;
        line-height: 1.3
    }
    .foot-cen .list:nth-child(1) .item+.item {
        width: 62%
    }
}

@media(max-width:991.98px) {
    .foot-cen .list:nth-child(1) .item {
        width: 100%!important;
    }
    .beian i {
        display: block;
    }
    .beian {
        text-align: center;
        font-size: .26rem;
    }
    .beian a {
        margin: .2rem 0;
        display: block;
    }
    .sm-inner {
        margin: 0 .5rem;
        width: auto;
    }
    .foot_top .logo img {
        width: 2.35rem;
        height: .7rem;
        display: block;
        margin: auto;
    }
    .foot_top .logo {
        padding-bottom: .6rem;
        border-bottom: 1px solid #456e8c;
    }
    .foot_top {
        display: block;
        border-bottom: 0px;
        padding-bottom: 0;
    }
    .foot-cen .item {
        float: none;
    }
    .foot_nav {
        display: none;
    }
    .foot-cen {
        text-align: center;
        padding-top: .7rem;
    }
    .foot-cen .tit {
        display: none;
    }
    .foot-cen .item+.item {
        margin-left: 0;
    }
    .foot-cen .list+.list .text {
        padding: 0 .45rem;
    }
    .foot-cen .list+.list {
        margin-top: .65rem;
    }
    .foot-cen .list {
        float: none;
        width: 100%;
        text-align: center;
    }
    .foot-cen h6 {
        font-size: .36rem;
    }
    .foot-cen .text {
        font-size: .3rem;
        line-height: .5rem;
    }
    .wap-code img {
        display: block;
        margin: .68rem auto .25rem;
    }
    .wap-code {
        color: #fff;
        text-align: center;
    }
    .guanzhu {
        display: none;
    }
    .iw_poi_content {
        margin-top: 0.1rem!important;
        white-space: initial!important;
        font-size: .24rem!important;
        width: 5.6rem!important;
    }
}

.iw_poi_content {
    font-size: 14px!important;
    margin-top: 16px!important;
    white-space: nowrap;
    line-height: 1.3em
}

.BMap_bubble_content {
    padding-right: 20px;
}


/* .mapbox .map img {
    width: 1.75em;
    height: 100%;
    display: block;
} */

.right_nav .title:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #298218;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.right_nav .title:hover:after {
    width: 100%;
}

.gotoTop {
    transition: all 0s!important;
    -webkit-transition: all 0s!important
}
.waplau.fr svg{
    width: .12rem;
    height: .12rem;
}
.waplau {
    color: #fff;
    text-align: center;
    font-size: .26rem;
     margin-top: .25rem;
    width: 0.6rem;
    }